@import url("https://fonts.googleapis.com/css?family=Cabin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
* {
  margin: 0;
  font-family: "Nunito", Arial;
}
#form {
  max-width: 600px;
  margin: 0 auto;
}
#postcode-search-button {
  display: inline;
  margin-bottom: 5px !important;
}
/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.card {
  margin-top: 5px;
}
.alert {
  display: none;
}
.spinner-border {
  display: none;
}
.legend {
  background: white;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  font-size: 13px;
  vertical-align: middle;
  margin: 0;
}
.legendToggle {
  padding: 0;
  cursor: pointer;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: lightslategrey;
  color: white;
  text-align: center;
  border-radius: 1px;
  transition-duration: 0.2s;
  font-size: 11px;
  font-family: "Cabin", sans-serif;
}
.legendToggle:hover {
  background-color: grey;
}
.shc-legend-icon,
.pharmacy-legend-icon,
.gp-legend-icon {
  vertical-align: middle;
  display: inline-block;
  width: 22px;
  height: auto;
  margin-right: 6px;
}
.line {
  /* Straight line for the legend */
  height: 2px;
  width: 18px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 2px;
  vertical-align: middle;
  border: 1px solid;
}
.lightblue {
  border-color: grey;
  background-color: deepskyblue;
}
.gold {
  border-color: grey;
  background-color: gold;
}
.lightgreen {
  border-color: grey;
  background-color: limegreen;
}
.pink {
  /* Highways Agency responsibility colouring */
  background-color: #ff00ff;
  border-color: #ff00ff;
}

.blue {
  /* WCC responsibility colouring */
  /*
  border-color: #0099FF;
  background-color: #0099FF;
  */
  border-color: blue;
  background-color: blue;
}
.black {
  /* County boundary colouring */
  border-color: black;
  background-color: black;
}
img {
  width: 33.2px;
  height: auto;
}
.outer-dot {
  /* Outer dot for the legend (grit bins cluster) */
  height: 24px;
  width: 24px;
  background-color: darkorange;
  opacity: 0.4;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  z-index: 5;
}
.inner-dot {
  /* Inner dot for the legend (grit bins cluster) */
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: darkorange;
  left: 8px;
  top: 8px;
  opacity: 0.8;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.leaflet-popup-content {
  width: auto !important;
  white-space: nowrap;
}
